Skip to content

Conversation

@guy-david
Copy link
Contributor

This comment affects the actual dependency resolver, causing builds to randomly fail.

This comment affects the actual dependency resolver, causing builds to
randomly fail.
@llvmbot
Copy link
Member

llvmbot commented Jul 6, 2025

@llvm/pr-subscribers-debuginfo

Author: Guy David (guy-david)

Changes

This comment affects the actual dependency resolver, causing builds to randomly fail.


Full diff: https://github.com/llvm/llvm-project/pull/147199.diff

1 Files Affected:

  • (modified) llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt (+2-2)
diff --git a/llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt b/llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt
index c11a2589a552d..b923277783307 100644
--- a/llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt
@@ -5,8 +5,8 @@ add_llvm_component_library(LLVMDebugInfoDWARFLowLevel
   ADDITIONAL_HEADER_DIRS
   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF/LowLevel
 
-  // This code should have almost no dependencies. Anything that needs
-  // more should use the higher-level DebugInfo/DWARF/ library.
+  # This code should have almost no dependencies. Anything that needs
+  # more should use the higher-level DebugInfo/DWARF/ library.
   LINK_COMPONENTS
   BinaryFormat
   Support

@guy-david guy-david merged commit 494253f into main Jul 6, 2025
11 checks passed
@guy-david guy-david deleted the users/guy-david/fix-DWARF-LowLevel-deps branch July 6, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants